VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / FillPolygon Methods / FillPolygon(IDrawingBrush,PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
    FillPolygon(IDrawingBrush,PointF[]) Method (DrawingEngine)
    In This Topic
    Fills the interior of a polygon.
    Syntax
    'Declaration
    
    Public Overloads Sub FillPolygon( _
    ByVal brush
    The brush that determines the characteristics of the fill.
    As IDrawingBrush, _
    ByVal points
    Array of System.Drawing.PointF structures that represent the vertices of the polygon to fill.
    () As System.Drawing.PointF _
    )
    public void FillPolygon(
    IDrawingBrush brush,
    System.Drawing.PointF[] points
    )
    public: void FillPolygon(
    IDrawingBrush* brush,
    System.Drawing.PointF[]* points
    )
    public:
    void FillPolygon(
    IDrawingBrush^ brush,
    array<System.Drawing.PointF>^ points
    )

    Parameters

    brush
    The brush that determines the characteristics of the fill.
    points
    Array of System.Drawing.PointF structures that represent the vertices of the polygon to fill.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also